home *** CD-ROM | disk | FTP | other *** search
/ MacHome 2001 June / MacHome Magazine Demo Disc June 2001.iso / Stuff / Software / Graphic / PageSpinner 3.0.2 / Examples / Miscellaneous / Browsing a local disk < prev    next >
Encoding:
Text File  |  2000-10-11  |  1.2 KB  |  28 lines  |  [TEXT/JyWs]

  1. <HTML><HEAD>
  2. <TITLE>Browsing a local disk or CD-ROM</TITLE>
  3. </HEAD>
  4. <BODY  BGCOLOR="#FFFFFF">
  5. <H1>Browsing a local disk or CD-ROM</H1>
  6.  
  7. In browsers that support browsing files on a local disk this <A HREF="../">link</A> will show the contents inside the PageSpinner Examples folder.
  8.  
  9. <P>
  10. The HTML Code for the link looks like this:</P>
  11.  
  12. <PRE><A HREF="../">link</A></PRE>
  13.  
  14. <P>Since this file is located in a folder  inside the Examples folder the file path is set to <TT><FONT COLOR="555555">"../"</FONT></TT> that tells the browser to display the contents in the folder above. See the PageSpinner AppleGuide for more information about relative file paths.</P>
  15.  
  16. <P>
  17. Both Internet Explorer 4.0 and Navigator 4.0 have good support for browing your hard disk in this way.</P>
  18.  
  19. <P>
  20. This technique can be useful to view contents located on a multi-platform CD-ROM. It might also be useful to browse contents located on a local disk on platforms that lack the ability to use the MacOS Finder.</P>
  21.  
  22. <P>
  23. <FONT SIZE=-1>Note that a browser such as Netscape 3.0, doesn't seem to be able locate a file if the path to the folder contains a character witch an ASCII code > 127.
  24. </FONT></P>
  25.  
  26. </BODY>
  27. </HTML>
  28.